home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_1005 / frame_25 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  350 b   |  17 lines

  1. set("/Variables:StrapRamasse",true);
  2. tellTarget("_root.Sons")
  3. {
  4.    gotoAndStop("SndRamasse");
  5.    play();
  6. }
  7. set("/Variables:InvNb",eval("/Variables:InvNb") + 1);
  8. set("/Variables:InvObjet" + eval("/Variables:InvNb"),17);
  9. tellTarget("_root")
  10. {
  11.    gotoAndStop(eval("/Variables:EtatActif"));
  12. }
  13. tellTarget("_parent")
  14. {
  15.    gotoAndStop(1);
  16. }
  17.